diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index ceaaa12..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,17 +0,0 @@ - - - - -## Why are these changes needed? - - - -## Related issue number (if applicable) - - - -## Checks - -- [ ] I've run `format.sh` to lint the changes in this PR. -- [ ] I've included any doc changes needed. -- [ ] I've made sure the relevant tests are passing (if applicable). diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c5eb77a..e174651 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -11,9 +11,6 @@ name: Upload Python Package on: release: types: [published] - push: - branches: - - main permissions: contents: read @@ -54,11 +51,11 @@ jobs: environment: name: pypi # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: - # url: https://pypi.org/p/YOURPROJECT + url: https://pypi.org/p/transformerlab-inference # # ALTERNATIVE: if your GitHub Release name is the PyPI project version string # ALTERNATIVE: exactly, uncomment the following line instead: - # url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }} + # url: https://pypi.org/project/transformerlab-inference/${{ github.event.release.name }} steps: - uses: actions/checkout@v4