Skip to content

Commit 6a428d0

Browse files
committed
Also update pypa link for merging
1 parent beacde4 commit 6a428d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
DEFAULT_PYTHON: 3.9
99

1010
# Only run on merges
11-
on:
11+
on:
1212
pull_request:
1313
types: closed
1414
branches:
@@ -32,7 +32,7 @@ jobs:
3232
run: >-
3333
python setup.py sdist
3434
- name: Publish distribution 📦 to PyPI
35-
uses: pypa/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
3737
password: ${{ secrets.pypi_token }}
3838
skip_existing: true

0 commit comments

Comments
 (0)