Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Apr 12, 2024
1 parent 3110655 commit ae19102
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/checkout@v4
uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand All @@ -28,9 +29,9 @@ jobs:
run: python3 -m build --sdist

- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
name: python-package-distribution
path: dist/

publish-to-pypi:
Expand Down

0 comments on commit ae19102

Please sign in to comment.