We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beacde4 commit 6a428d0Copy full SHA for 6a428d0
1 file changed
.github/workflows/merge.yml
@@ -8,7 +8,7 @@ env:
8
DEFAULT_PYTHON: 3.9
9
10
# Only run on merges
11
-on:
+on:
12
pull_request:
13
types: closed
14
branches:
@@ -32,7 +32,7 @@ jobs:
32
run: >-
33
python setup.py sdist
34
- name: Publish distribution 📦 to PyPI
35
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
password: ${{ secrets.pypi_token }}
38
skip_existing: true
0 commit comments