Skip to content

Commit

Permalink
test new poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Nov 6, 2023
1 parent 31e8816 commit 5120f90
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/pydna_pypi_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@ jobs:
shell: bash -l {0}
run: git describe --tags

- name: 🔩 Build pypi wheel package
shell: bash -l {0}
run: poetry build

- name: 🔼 Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.17
with:
user: __token__
password: ${{ secrets.PYDNA_PYPI_TOKEN }}
skip_existing: true
pypi_token: ${{ secrets.PYPI_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"

0 comments on commit 5120f90

Please sign in to comment.