diff options
| author | adamjanovsky | 2022-12-10 10:02:27 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-10 10:02:27 +0100 |
| commit | 9d1d44d04532609524fd862697179e179a6ea92c (patch) | |
| tree | dbd8f7a942ddf77ce9601f9152f469f146304bdb /.github | |
| parent | 1b9029f8f2a17c222552ab65e3c186f69a9a9ffc (diff) | |
| parent | 570665cc82f00eb92f0980fc562b28af18fdca65 (diff) | |
| download | sec-certs-0.1.2.tar.gz sec-certs-0.1.2.tar.zst sec-certs-0.1.2.zip | |
Merge pull request #297 from crocs-muni/fix/pypi-action0.1.2
update release on pypi action
Diffstat (limited to '.github')
| -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 }} |
