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

Attempt to fix publish package workflow

This commit is contained in:
Alexander Graf 2023-11-15 08:02:57 +01:00
parent 5efa5b3637
commit 08bf0fef29

View File

@ -22,6 +22,8 @@ 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 setuptools
- name: "Generate Python Package"
run: python setup.py sdist
- name: "Publish Distribution to PyPI"