mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-04 22:02:45 -04:00
fix(ci): remove unecessary semver check for release notes [skip ci]
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/create-releases.yml
vendored
8
.github/workflows/create-releases.yml
vendored
@@ -83,7 +83,6 @@ jobs:
|
||||
- binary-distribution
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Download Python artifacts
|
||||
@@ -91,11 +90,8 @@ jobs:
|
||||
with:
|
||||
name: python-artifacts
|
||||
path: dist
|
||||
- name: Push Python artifacts to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.8.8
|
||||
with:
|
||||
skip-existing: true
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
prepare-for-dev-cycle:
|
||||
needs:
|
||||
- release
|
||||
|
||||
Reference in New Issue
Block a user