Skip to content

Commit 518a87d

Browse files
committed
fix push job
1 parent 4c34304 commit 518a87d

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipenv install --dev
2323
- name: Publish package
2424
run: |
25-
pipenv run pipenv-setup sync
25+
pipenv run pipenv install
2626
pipenv run python setup.py sdist bdist_wheel
2727
pipenv run twine upload -u __token__ -p ${{secrets.PYPI_PUBLISH_TOKEN}} dist/*
2828
env:

Pipfile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name = "pypi"
55

66
[packages]
77
certifi = "==2022.6.15.1"
8-
future = "*"
98
six = ">=1.10"
109
python-dateutil = ">=2.5.3"
1110
urllib3 = ">=1.15.1"

Pipfile.lock

+1-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)