mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-20 17:22:31 +01:00
Actions: Optimize Publish Package workflow
This commit is contained in:
parent
f66cdd3e07
commit
b808843efe
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user