Skip to content

Commit

Permalink
Release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Oct 14, 2023
1 parent da164a6 commit 19f7763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: dist

- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
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 = "starfyre"
version = "0.16.0"
version = "0.16.1"
description = "A Python Framework for writing Reactive web Front-Ends"
authors = ["Sanskar Jethi <[email protected]>"]
license = "BSD 2.0"
Expand Down

0 comments on commit 19f7763

Please sign in to comment.