File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments