Skip to content

Commit

Permalink
Merge pull request #149 from goodmami/bump-upload-artifacts-v4
Browse files Browse the repository at this point in the history
Bump upload artifacts v4
  • Loading branch information
goodmami authored Sep 10, 2024
2 parents cb7526b + c745fd8 commit 8ca38e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build and Publish to PyPI or TestPyPI

# Adapted from https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

on:
push:
on: push

jobs:
build:
Expand All @@ -20,7 +19,7 @@ jobs:
- name: Build
run: hatch build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ First release with very basic functionality.
[v1.2.1]: ../../releases/tag/v1.2.1
[v1.2.2]: ../../releases/tag/v1.2.2
[v1.3.0]: ../../releases/tag/v1.3.0
[v1.3.1]: ../../releases/tag/v1.3.1
[README]: README.md

[#4]: https://github.com/goodmami/penman/issues/4
Expand Down Expand Up @@ -863,3 +864,4 @@ First release with very basic functionality.
[#125]: https://github.com/goodmami/penman/issues/125
[#126]: https://github.com/goodmami/penman/issues/126
[#131]: https://github.com/goodmami/penman/issues/131
[#143]: https://github.com/goodmami/penman/issues/143

0 comments on commit 8ca38e7

Please sign in to comment.