Skip to content

Commit

Permalink
Fixed github artifacts and incremented version number (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldofKerry authored Oct 4, 2023
1 parent 1b79e6f commit 8f3774d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: tests-data
path: tests/integration/data
path: tests/integration/

testing:
# Joins the matrix runs and makes sure all successful
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Try it in [Google Collab](https://colab.research.google.com/github/WorldofKerry/

## Tested Generations

You may find the output of the [integration testing](tests/integration/data/) as a [Github Artifact](https://nightly.link/WorldofKerry/Python2Verilog/workflows/pytest-complete/main/tests-data.zip) available for download.
You may find the output of the [integration testing](tests/integration/functions.py) as a [Github Artifact](https://nightly.link/WorldofKerry/Python2Verilog/workflows/pytest/main/tests-data.zip) available for download.

## For Developers

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python2verilog"
version = "0.2.4"
version = "0.2.5"
authors = [{ name = "Kerry Wang", email = "[email protected]" }]
description = "Converts a subset of python generator functions into synthesizable sequential SystemVerilog"
readme = "README.md"
Expand Down

0 comments on commit 8f3774d

Please sign in to comment.