mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-06 02:10:37 +00:00
remove test pypi for now
This commit is contained in:
parent
00ac27c4b9
commit
293823e7ea
1 changed files with 0 additions and 19 deletions
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
|
@ -170,26 +170,7 @@ jobs:
|
|||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: "wheels-*/*"
|
||||
- name: Publish to TestPyPI
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
command: upload
|
||||
args: --non-interactive --skip-existing --repository testpypi wheels-*/*
|
||||
- uses: actions/setup-python@v5
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Smoke test
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
run: |
|
||||
# Wait for package to be available
|
||||
sleep 60
|
||||
# Install and verify
|
||||
python -m pip install --index-url https://test.pypi.org/simple/ django-language-server
|
||||
djls --version
|
||||
- name: Publish to PyPI
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
command: upload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue