Skip to content

Commit

Permalink
add test PyPI (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanJamesLew committed Mar 10, 2023
1 parent 35c57bc commit 89d8082
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish AutoKoopman
on: [push]

jobs:
build-whl:
publish-whl:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down Expand Up @@ -34,4 +34,9 @@ jobs:
--sdist
--wheel
--outdir dist/
.
.
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 89d8082

Please sign in to comment.