Skip to content

Commit

Permalink
fix: change how twine is added in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 11, 2020
1 parent 39efb4c commit 8755f91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 131 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install pipenv
pipenv install --dev
pipenv install twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ black = "*"
pytest = "*"
pylint = "*"
pep517 = "*"
twine = "*"

[pipenv]
allow_prereleases = true
131 changes: 1 addition & 130 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8755f91

Please sign in to comment.