File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments