Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6696033 commit 0631d41Copy full SHA for 0631d41
.github/workflows/testing.yml
@@ -326,6 +326,9 @@ jobs:
326
327
Build:
328
runs-on: ubuntu-latest
329
+ environment: testing
330
+ permissions:
331
+ id-token: write
332
needs:
333
- Docs
334
- PyLint
@@ -352,7 +355,8 @@ jobs:
352
355
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
353
356
uses: pypa/gh-action-pypi-publish@release/v1
354
357
with:
- user: __token__
- password: ${{ secrets.TEST_PYPI_TOKEN }}
358
repository_url: https://test.pypi.org/legacy/
359
print-hash: true
360
+ skip-existing: true
361
+ verbose: true
362
+ verify-metadata: true
0 commit comments