Skip to content

Commit b41eca7

Browse files
committed
update pypi publish action version
1 parent b263425 commit b41eca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
path: dist
3838
pattern: wheels-*
3939
merge-multiple: true
40-
- uses: pypa/gh-action-pypi-publish@v1.8.10
40+
- uses: pypa/gh-action-pypi-publish@v1.13.0
4141
with:
4242
password: ${{ secrets.PYPI_API_TOKEN }}
4343
create_release:
4444
name: Create GitHub Release
4545
runs-on: ubuntu-latest
46-
needs: [build_wheels]
46+
needs: [build_wheels, upload_pypi]
4747
steps:
4848
- name: Checkout code
4949
uses: actions/checkout@v4

src/fcl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0.9"
1+
__version__ = "0.7.0.10"

0 commit comments

Comments
 (0)