Skip to content

Commit ee2b4d8

Browse files
committed
Upload to PyPI: impactx-noacc
1 parent e19082b commit ee2b4d8

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,11 @@ jobs:
188188
path: ./wheelhouse
189189
overwrite: true
190190

191-
# TODO: setup secrets and upload to distinct PyPI project for -noacc
192-
#- name: Publish on pypi.org
193-
# if: github.event_name == 'push' && github.repository == 'BLAST-ImpactX/impactx-wheels' && github.ref == 'refs/heads/wheels'
194-
# env:
195-
# TWINE_USERNAME: __token__
196-
# TWINE_PASSWORD: ${{ secrets.pypa_gh_action_upload }}
197-
# run: |
198-
# python -m pip install -U twine
199-
# python -m twine upload -r impactx-noacc --skip-existing wheelhouse/*
191+
- name: Publish on pypi.org
192+
if: github.event_name == 'push' && github.repository == 'BLAST-ImpactX/impactx-wheels' && github.ref == 'refs/heads/wheels-noacc'
193+
env:
194+
TWINE_USERNAME: __token__
195+
TWINE_PASSWORD: ${{ secrets.pypa_gh_action_upload }}
196+
run: |
197+
python -m pip install -U twine
198+
python -m twine upload --skip-existing wheelhouse/*

0 commit comments

Comments
 (0)