Skip to content

Commit

Permalink
test commit - see if we can use redirection from release-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Jan 10, 2024
1 parent 85261cd commit 4d00579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
CIRQ_PYPI_TOKEN: ${{ secrets.CIRQ_PYPI_TOKEN }}
CIRQ_TEST_PYPI_TOKEN: ${{ secrets.CIRQ_TEST_PYPI_TOKEN }}
run: |
dev_tools/packaging/create_pypirc.sh > ~/.pypirc
echo hello > ~/.pypirc
head ~/.pypirc
exit 77
- name: Build and publish
run: |
export CIRQ_PRE_RELEASE_VERSION=$(dev_tools/packaging/generate-dev-version-id.sh)
Expand Down

0 comments on commit 4d00579

Please sign in to comment.