Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjinwright committed Nov 21, 2023
1 parent e5efb2e commit d8c5965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Unit Tests
run: docker-compose run web poetry run python -m unittest
- name: Build and publish to pypi
if: github.ref == 'refs/heads/master' && steps.unit_tests.outcome == 'success'
if: github.ref == 'refs/heads/master'
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit d8c5965

Please sign in to comment.