Skip to content

Commit

Permalink
CI: publish to testpypi
Browse files Browse the repository at this point in the history
For testing only upload to the testing repository

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Feb 28, 2022
1 parent 340ed5c commit a557bdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Build and publish
run: |
poetry build
poetry publish \
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish --build \
--username ${{ secrets.PYPI_USERNAME }} \
--password ${{ secrets.PYPI_PASSWORD }}
--password ${{ secrets.PYPI_PASSWORD }} \
--repository testpypi
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit a557bdc

Please sign in to comment.