Skip to content

Commit

Permalink
main->master
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Dec 7, 2024
1 parent 00031d5 commit f4cea12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
fi
shell: bash
- name: Build PyPi package
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
run: python -m build
- name: Publish PyPi package
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Tag the release if major or minor version changed
if: github.ref == 'refs/heads/main' && env.VERSION_CHANGE == 'true'
if: github.ref == 'refs/heads/master'
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit f4cea12

Please sign in to comment.