1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-03 22:07:11 +02:00

Actions: Optimize Publish Package workflow

This commit is contained in:
Alexander Graf 2022-03-19 17:23:30 +01:00
parent f66cdd3e07
commit b808843efe

View File

@ -22,10 +22,6 @@ jobs:
GITHUB_REF: ${{ github.ref }}
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
shell: bash
- name: "Install Dependencies"
run: |
python -m pip install pipenv==2022.1.8
pipenv sync --dev
- name: "Generate Python Package"
run: python setup.py sdist
- name: "Publish Distribution to PyPI"