Skip to content

Commit

Permalink
fix: error in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Dec 16, 2023
1 parent 459efa9 commit 80afb8d
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 @@ -41,7 +41,7 @@ jobs:
# run: poetry run make html --directory docs/

# needs: Continuous-Integration
deploy:
Continuous-Deployment:
if: github.ref == 'refs/heads/main' # github.event_name == 'push' &&

# Set up operating system
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
poetry run semantic-release publish
semantic-release publish
# - name: Publish to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 80afb8d

Please sign in to comment.