Skip to content

Commit

Permalink
Merge pull request #10 from capless/rewrite-2
Browse files Browse the repository at this point in the history
Rewrite 2
  • Loading branch information
bjinwright committed Nov 21, 2023
2 parents 15a5f14 + 8162709 commit e5efb2e
Show file tree
Hide file tree
Showing 20 changed files with 984 additions and 1,419 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -42,8 +42,10 @@ 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'
if: github.ref == 'refs/heads/master' && steps.unit_tests.outcome == 'success'
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
ignore_dev_requirements: "yes"
- name: Remove .env file
run: rm .env

0 comments on commit e5efb2e

Please sign in to comment.