Skip to content

Commit 293823e

Browse files
remove test pypi for now
1 parent 00ac27c commit 293823e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -170,26 +170,7 @@ jobs:
170170
uses: actions/attest-build-provenance@v1
171171
with:
172172
subject-path: "wheels-*/*"
173-
- name: Publish to TestPyPI
174-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
175-
uses: PyO3/maturin-action@v1
176-
with:
177-
command: upload
178-
args: --non-interactive --skip-existing --repository testpypi wheels-*/*
179-
- uses: actions/setup-python@v5
180-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
181-
with:
182-
python-version: 3.x
183-
- name: Smoke test
184-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
185-
run: |
186-
# Wait for package to be available
187-
sleep 60
188-
# Install and verify
189-
python -m pip install --index-url https://test.pypi.org/simple/ django-language-server
190-
djls --version
191173
- name: Publish to PyPI
192-
if: ${{ startsWith(github.ref, 'refs/tags/') }}
193174
uses: PyO3/maturin-action@v1
194175
with:
195176
command: upload

0 commit comments

Comments
 (0)