Skip to content

Commit

Permalink
set to main branch; formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DevlinRocha committed Feb 1, 2025
1 parent b3d710d commit ed44941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Publish Python Package

on:
# release:
# types: [created]
# release:
# types: [created]
push:
branches: '**'
branches: "main"

jobs:
build-and-publish:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: "3.x"

- name: Install build tools
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ed44941

Please sign in to comment.