Skip to content

Commit

Permalink
GA: updated to publish to official PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Aug 12, 2021
1 parent 8aa4e20 commit daa56f9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/manual-build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OOMMFPy manual build
name: OOMMFPy manual build and publish

on:
workflow_dispatch:
Expand Down Expand Up @@ -71,8 +71,7 @@ jobs:
mv poetry-dist-objects-windows-latest/*.whl dist/
mv poetry-dist-objects-ubuntu-latest/* dist/
- name: Publish distribution 📦 to Test PyPI
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit daa56f9

Please sign in to comment.