diff options
| author | Adam Janovsky | 2022-12-10 09:47:26 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2022-12-10 09:47:26 +0100 |
| commit | 1ce496a783cdbd7bd471e758ca4ad80a667dbefc (patch) | |
| tree | 21266f5b698db229ab816e13b02129966c222d7f | |
| parent | 1b9029f8f2a17c222552ab65e3c186f69a9a9ffc (diff) | |
| download | sec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.tar.gz sec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.tar.zst sec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.zip | |
update release on pypi action
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f3338f0..163f6014 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: shell: bash -l {0} run: python -m build - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: user: ${{ secrets.PYPI_USERNAME }} password: ${{ secrets.PYPI_PASSWORD }} |
