Skip to content

Commit

Permalink
Update and rename python-publish.yml to python-build.yml
Browse files Browse the repository at this point in the history
Changed to only include build test
  • Loading branch information
SorenHeidelbach authored Jan 23, 2024
1 parent 2f65162 commit b3fe367
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,3 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b3fe367

Please sign in to comment.