Skip to content

Commit

Permalink
Bump version and fix CI artifact uploading (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored May 3, 2024
1 parent 024c2b8 commit 6854d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,13 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
- name: List artifacts
run: ls -lhs
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
packages-dir: dist/
packages-dir: ./

gh-publish:
name: Publish artifacts to GH
Expand All @@ -307,7 +309,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
- name: List artifacts
run: ls -lhs
- name: Upload to GitHub
uses: softprops/action-gh-release@v2
with:
files: dist/*
files: ./*
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cramjam-python"
version = "2.8.4-rc1"
version = "2.8.4-rc2"
authors = ["Miles Granger <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 6854d9e

Please sign in to comment.