Skip to content

Commit

Permalink
Emit tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 18, 2023
1 parent 488dd04 commit 998dd4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -59,6 +59,8 @@ jobs:
- name: Install tox
run: |
python -m pip install tox
- name: Emit tox config
run: tox config
- name: Run
run: tox

Expand Down Expand Up @@ -127,7 +129,8 @@ jobs:
run: |
python -m pip install tox
- name: Run
run: tox -e release
run:
tox -e release
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 998dd4b

Please sign in to comment.