diff --git a/.github/workflows/publish_minor.yml b/.github/workflows/publish_minor.yml index fe98511..788e840 100644 --- a/.github/workflows/publish_minor.yml +++ b/.github/workflows/publish_minor.yml @@ -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/github-changelog-generator-action@v2.3 with: @@ -80,4 +76,4 @@ jobs: - name: Publish to Test PyPI uses: pypa/gh-action-pypi-publish@master with: - password: ${{secrets.PYPI_TOKEN}} \ No newline at end of file + password: ${{secrets.PYPI_TOKEN}}