mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 18:34:48 +00:00
fix pypi gh action
This commit is contained in:
2
.github/workflows/pypi-release.yml
vendored
2
.github/workflows/pypi-release.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
python-version: 3.8
|
||||
- name: Install Tools
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt -y install python3-pypandoc pandoc
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine pypandoc
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
Reference in New Issue
Block a user