Skip to content

Commit

Permalink
Update publish_minor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Sep 2, 2024
1 parent 96b4ca9 commit e635ed3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
run: |
VER=$(python setup.py --version)
python scripts/remove_alpha.py
- name: Prepare Skillstore metadata
run: |
python scripts/prepare_skillstore.py
python scripts/release_skillstore.py
- name: "Generate release changelog"
uses: heinrichreimer/[email protected]
with:
Expand Down Expand Up @@ -80,4 +76,4 @@ jobs:
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{secrets.PYPI_TOKEN}}
password: ${{secrets.PYPI_TOKEN}}

0 comments on commit e635ed3

Please sign in to comment.