Skip to content

Commit 992e66a

Browse files
committed
fix version and run gha
1 parent f16f0dc commit 992e66a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pypi-build-and-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
- fix_pypa_version
1112

1213
jobs:
1314
build-n-publish:
@@ -42,9 +43,9 @@ jobs:
4243
--out-dir dist/
4344
.
4445
# - name: Publish distribution to Test PyPI
45-
# uses: pypa/gh-action-pypi-publish@release/v1.12.4
46+
# uses: pypa/gh-action-pypi-publish@release/v1
4647
# with:
4748
# repository-url: https://test.pypi.org/legacy/
4849
- name: Publish distribution 📦 to PyPI
4950
if: startsWith(github.ref, 'refs/tags')
50-
uses: pypa/gh-action-pypi-publish@release/v1.12.4
51+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)