Skip to content

Commit

Permalink
ci: rollback to coatl-dev/workflows@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Aug 31, 2024
1 parent 090e616 commit 8f195f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pip-compile-upgrade:
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v4
with:
path: requirements.txt
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ on:

jobs:
test:
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v5
uses: coatl-dev/workflows/.github/workflows/tox-envs.yml@v4
with:
python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
tox:
uses: coatl-dev/workflows/.github/workflows/tox.yml@v5
uses: coatl-dev/workflows/.github/workflows/tox.yml@v4

pypi-publish:
needs:
- tox
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v5
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4
secrets:
password: ${{ secrets.PYPI_API_TOKEN_IGNITION_API_STUBS }}

0 comments on commit 8f195f3

Please sign in to comment.