Skip to content

Commit 4a19baf

Browse files
committed
Update Github Actions
1 parent d3b954e commit 4a19baf

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/make_release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ jobs:
6060
retention-days: 1
6161
name: cibw-sdist
6262

63-
# upload_pypi:
64-
# needs: [build_wheels, build_sdist]
65-
# runs-on: ubuntu-latest
66-
# if: github.event_name == 'release' && github.event.action == 'published'
67-
# steps:
68-
# - uses: actions/download-artifact@v4
69-
# with:
70-
# pattern: cibw-*
71-
# path: dist
72-
# merge-multiple: true
73-
#
74-
# - uses: pypa/gh-action-pypi-publish@release/v1
75-
# with:
76-
# user: __token__
77-
# password: ${{ secrets.pypi_password }}
78-
# # To test: repository_url: https://test.pypi.org/legacy/
63+
upload_pypi:
64+
needs: [build_wheels, build_sdist]
65+
runs-on: ubuntu-latest
66+
if: github.event_name == 'release' && github.event.action == 'published'
67+
steps:
68+
- uses: actions/download-artifact@v4
69+
with:
70+
pattern: cibw-*
71+
path: dist
72+
merge-multiple: true
73+
74+
- uses: pypa/gh-action-pypi-publish@release/v1
75+
with:
76+
user: __token__
77+
password: ${{ secrets.pypi_password }}
78+
# To test: repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)