Skip to content

Commit

Permalink
Fix the job responsible for publishing the lbz package to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
redlickigrzegorz committed Jan 2, 2024
1 parent 6fb335a commit 4a4deee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to PyPI
on:
push:
branches:
- master
- hotfix/multiple-python-versions

jobs:
pypi:
Expand All @@ -17,8 +17,8 @@ jobs:
with:
python-version: "3.8"
cache: "pip"
- run: make build-nocache
- run: pip install -r requirements-deploy.txt
- run: python setup.py sdist bdist_wheel
- run: python -m twine upload --verbose dist/*
env:
TWINE_USERNAME: __token__
Expand Down
1 change: 1 addition & 0 deletions requirements-deploy.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
twine
wheel
2 changes: 2 additions & 0 deletions requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ urllib3==2.1.0
# via
# requests
# twine
wheel==0.42.0
# via -r requirements-deploy.in
zipp==3.17.0
# via
# importlib-metadata
Expand Down

0 comments on commit 4a4deee

Please sign in to comment.