tweaking python publishing again
This commit is contained in:
parent
11ea1c1e82
commit
f1a7fe4ac1
@ -255,10 +255,11 @@ jobs:
|
||||
python-version: ${{ env.python-version }}
|
||||
|
||||
- name: Install Maturin
|
||||
run: sudo apt update && sudo apt install -y python3-maturin
|
||||
working-directory: ./pyfinlib
|
||||
run: python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
|
||||
|
||||
- name: Publish
|
||||
working-directory: ./pyfinlib
|
||||
run: maturin publish --repository-url https://gitea.sheep-ghoul.ts.net/api/packages/sarsoo/pypi/simple
|
||||
run: source .venv/bin/activate && maturin publish --repository-url https://gitea.sheep-ghoul.ts.net/api/packages/sarsoo/pypi/simple
|
||||
env:
|
||||
MATURIN_PYPI_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user