Skip to content

Commit

Permalink
fix ci for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Sep 28, 2024
1 parent 01a8e3a commit 0015051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Publish
if: ${{env.is_package}}
run: |
poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }} -vv
poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} -vv
publish-docker:
name: Publish docker file and push it to a registry
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0015051

Please sign in to comment.