aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Janovsky2022-12-10 09:47:26 +0100
committerAdam Janovsky2022-12-10 09:47:26 +0100
commit1ce496a783cdbd7bd471e758ca4ad80a667dbefc (patch)
tree21266f5b698db229ab816e13b02129966c222d7f
parent1b9029f8f2a17c222552ab65e3c186f69a9a9ffc (diff)
downloadsec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.tar.gz
sec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.tar.zst
sec-certs-1ce496a783cdbd7bd471e758ca4ad80a667dbefc.zip
update release on pypi action
-rw-r--r--.github/workflows/release.yml2
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 }}