Skip to content

Commit

Permalink
Update publish to latest actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwww committed Aug 21, 2024
1 parent a512884 commit a155224
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Check out code from GitHub
uses: actions/[email protected]

- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"

- name: Install dependencies
- name: Build package
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit a155224

Please sign in to comment.