diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 925d0a84..c5f5a387 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -3,7 +3,6 @@ name: TRLC PyPI Packages on: release: types: [published] - workflow_dispatch: permissions: contents: read @@ -33,7 +32,7 @@ jobs: path: "dist/trlc-*.whl" upload-test: - name: TestPyPI Upload + name: PyPI Upload needs: package runs-on: ubuntu-20.04 environment: release @@ -47,5 +46,3 @@ jobs: path: dist - name: Publish uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ diff --git a/Makefile b/Makefile index 379fbc55..4d55a1da 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,6 @@ bump: full_release: make remove_dev git push - make package - make upload_main make github_release make bump git push