Skip to content

Commit

Permalink
Try new build and publish to Pypi CI actions - Correct issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 16, 2024
1 parent 7ef4b66 commit c36ad5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/build.yml
secrets:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
needs: [quality, test]

0 comments on commit c36ad5d

Please sign in to comment.