Skip to content

Commit

Permalink
✨ switch to other release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Jun 14, 2024
1 parent cf6172a commit c0095d4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/automated_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ jobs:
with:
python-version: '3.10'

- name: Install Flit
run: python -m pip install flit flit-scm
- name: Install twine and build
run: python -m pip install --upgrade twine build

- name: Publish to PyPI
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: flit publish --repository pypi
- name: Build
run: python -m build

- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}

update-server:
name: Update ProteoBench on server
Expand Down

0 comments on commit c0095d4

Please sign in to comment.