Skip to content

Commit

Permalink
chore: fixing GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 8303736 commit 1517933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- id: semantic-release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ concurrency:
cancel-in-progress: true

jobs:

# Upload to Test PyPI.
release-test-pypi
release-test-pypi:
name: Publish in-dev package to test.pypi.org
runs-on: ubuntu-latest
permissions:
Expand All @@ -32,9 +31,8 @@ jobs:
repository-url: https://test.pypi.org/legacy/
uses: pypa/gh-action-pypi-publish@release/v1


# Upload to real PyPI on GitHub Releases.
release-pypi
release-pypi:
name: Publish released package to pypi.org
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 1517933

Please sign in to comment.