tweaking python publish command
This commit is contained in:
parent
a647271273
commit
e566e7ffcb
@ -162,7 +162,7 @@ jobs:
|
|||||||
publishPy:
|
publishPy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish Python Library
|
name: Publish Python Library
|
||||||
needs: [ build ] # for ignoring bad builds
|
needs: [ buildPy ] # for ignoring bad builds
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -178,5 +178,5 @@ jobs:
|
|||||||
- uses: PyO3/maturin-action@v1
|
- uses: PyO3/maturin-action@v1
|
||||||
with:
|
with:
|
||||||
command: publish
|
command: publish
|
||||||
args: -r https://gitea.sheep-ghoul.ts.net/api/packages/sarsoo/pypi/simple -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
|
args: --repository-url https://gitea.sheep-ghoul.ts.net/api/packages/sarsoo/pypi/simple -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
working-directory: ./pyfinlib
|
working-directory: ./pyfinlib
|
Loading…
x
Reference in New Issue
Block a user