Skip to content

Commit

Permalink
Finalize Release worflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
volf52 committed Oct 28, 2020
1 parent 36cc479 commit 4762890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
asset_name: pyasm-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_content_type: application/gzip

- name: Upload tar file
id: upload-release-asset
- name: Upload wheel file
id: upload-wheel-file
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 = "pyasm"
version = "0.1.5"
version = "0.1.6"
description = "ASM Assembler for Nand2Tetris Hack Computer"
authors = ["Arslan <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit 4762890

Please sign in to comment.