summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-19 15:32:31 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-19 15:32:31 +0300
commit6b3e2a9ae9241002dba0f8276afb879bb0517a35 (patch)
tree78836060d89d0e6f379a10c3c05319c1927791b8 /.github
parenta60a087884e63a6673bebbd403588958c5b047b3 (diff)
downloadjsonschema-6b3e2a9ae9241002dba0f8276afb879bb0517a35.tar.gz
Follow pypa/gh-action-pypi-publish#83.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f12bf32..5680b38 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
path: dist
- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}