Skip to content

Commit

Permalink
Testing and checks on build only
Browse files Browse the repository at this point in the history
  • Loading branch information
chekos committed Apr 6, 2023
1 parent 3e0b0ba commit 4f37ce7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ jobs:
poetry config virtualenvs.in-project true
poetry install
- name: Run safety checks
run: |
make check-safety
- name: Run style checks
run: |
make check-codestyle
- name: Run tests
run: |
make test
- name: Publish to PyPI
run: |
poetry publish --build --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 4f37ce7

Please sign in to comment.