Skip to content

Commit

Permalink
fix: Missing static files
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonnotte committed Dec 13, 2024
1 parent 58350ed commit 6e8759e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: make init

- name: Package project
run: poetry build
run: poetry build -vvv

- name: Store the distribution
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dac7"
version = "2024.2.0"
version = "2024.2.1rc0"
description = "Tooling for DAC7"
readme = "README.md"
license = "LICENSE.md"
Expand Down

0 comments on commit 6e8759e

Please sign in to comment.