Skip to content

Commit

Permalink
bump to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
GBeauregard committed Sep 14, 2021
1 parent 423e791 commit 646f9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- uses: xresloader/upload-to-github-release@v1
- name: Upload Release to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "dist/*.tar.gz;dist/*.whl;build/*.pex"
release_id: ${{ github.event.release.id }}
overwrite: true
draft: false
run: gh release upload ${{ github.event.release.tag_name }} dist/*.tar.gz dist/*.whl build/*.pex
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "pyffstream"
readme = "README.md"
license = {file = "LICENSE"}
version = "0.0.1.dev12"
version = "0.0.1.dev13"
authors = [{email = "[email protected]"}]
dynamic = ["description"]
keywords = ["ffmpeg", "streaming", "srt"]
Expand Down

0 comments on commit 646f9a1

Please sign in to comment.