mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
from poetry to pip & venv
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
dc09ce4044
commit
229ace99e1
12
.github/workflows/tag-release.yml
vendored
12
.github/workflows/tag-release.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
||||
with:
|
||||
python-version: 3.9
|
||||
|
||||
- name: Setup poetry
|
||||
uses: Gr1N/setup-poetry@v7
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install --with dev
|
||||
run: pip install -e '.[dev]' && python setup.py bdist_wheel sdist
|
||||
|
||||
- name: Upload to TestPyPI
|
||||
run: |
|
||||
poetry build
|
||||
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
|
||||
twine check dist/*
|
||||
twine upload dist/*
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user