Skip to content

Commit

Permalink
remove line that should be substituted by the subsequent GHA (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfabib authored Apr 12, 2022
1 parent adcc09f commit 6f80a79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
python -m pip install setuptools --user
python -m pip install build --user
python -m pip install twine --user
- name: PyPI - Build and publish
- name: Build distribution
run: |
python setup.py sdist
python -m twine upload dist/*
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 6f80a79

Please sign in to comment.