mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
fixed mising wheel package
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
a56ef70407
commit
bc1f13c9b2
2
.github/workflows/tag-release.yml
vendored
2
.github/workflows/tag-release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install -e '.[dev]' && python setup.py bdist_wheel sdist
|
||||
run: pip install -e '.[dev]' && pip install wheel && python setup.py bdist_wheel sdist
|
||||
|
||||
- name: Upload to TestPyPI
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user