Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 3, 2024
1 parent 3e80fdc commit 476413a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
apt-get update && apt-get install -y yq
sudo apt-get update && apt-get install -y yq
- run: poetry config repositories.testpypi https://test.pypi.org/legacy/
- name: Substitute dynamic version
run: tomlq -i --arg now $(date +%s) '.tool.poetry.version += "-" + $now' pyproject.toml
Expand Down

0 comments on commit 476413a

Please sign in to comment.