Skip to content

Commit

Permalink
Fixed test PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed May 5, 2024
1 parent 95c9040 commit 7c59fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
shell: bash
run: |
python -m pip install --disable-pip-version-check --no-python-version-warning build
python -m pip install --disable-pip-version-check --no-python-version-warning -e .
python -m pip install --disable-pip-version-check --no-python-version-warning bump-my-version
- name: Set dev version
shell: bash
run: |
export PR_NUMBER=$(gh pr view --json number -q .number || echo "")
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
echo "::notice::PR_NUMBER is: ${PR_NUMBER}"
bump-my-version bump dev bumpversion/__init__.py --no-commit --no-tag --no-configured-files -v
bump-my-version bump dev --no-commit --no-tag -v
env:
GH_TOKEN: ${{ secrets.PAT }}

Expand Down

0 comments on commit 7c59fc2

Please sign in to comment.