Skip to content

Commit da703f7

Browse files
committed
use trusted publishing
1 parent bce1746 commit da703f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
63-
# Try uploading to Test PyPI first, in case something fails.
64-
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
63+
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
6564
with:
6665
repository_url: https://test.pypi.org/legacy/
6766
packages_dir: artifact/
68-
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
67+
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
6968
with:
7069
packages_dir: artifact/

0 commit comments

Comments
 (0)