Skip to content

Commit

Permalink
Update dev.workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
urigott authored Oct 5, 2023
1 parent 15d2015 commit d71b2b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dev.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,17 @@ jobs:
- name: Test with unittest
run: poetry run python -m unittest discover -s /.rtichoke/tests -p 'test_*.py'
poetry run python -m unittest discover -s ./rtichoke/tests -p 'test_*.py'

pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: testpypi
url: https://test.pypi.org/p/rtichoke
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
# retrieve your distributions here

- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d71b2b7

Please sign in to comment.