Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ypurek authored Sep 8, 2024
1 parent 1e1e770 commit 8d7f39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python distributions to PyPI
on:
push:
branches:
- main
- master
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 8d7f39d

Please sign in to comment.