Skip to content

Commit

Permalink
Merge pull request #13 from conradbez/develop
Browse files Browse the repository at this point in the history
chore: testing the CI/CD
  • Loading branch information
conradbez authored May 15, 2024
2 parents c4ba2e2 + 5ccd3a0 commit 635d706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ jobs:
poetry run pytest --reruns 3 # githubs playwright sometimes fails
- name: Build package
if: github.ref == 'refs/heads/main'
run: |
python -m pip install --upgrade build
python -m build
- name: Publish package to PyPI
if: github.ref == 'refs/heads/main'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_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 = "hstream"
version = "0.1.52"
version = "0.1.53"
description = ""
authors = ["Conrad <conradbez1@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 635d706

Please sign in to comment.