Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGroundZero committed Jul 1, 2024
1 parent d1b4ae9 commit 6faa39c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,4 @@ jobs:
run: |
python -m build .
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1




jobs:
build:
name: Build project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@
-19,9 +20,16 @@ jobs:
pip install build setuptools wheel twine
pip install -r requirements.txt
- name: Build and publish
run: |
python -m build .
twine upload --verbose dist/*
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 6faa39c

Please sign in to comment.