Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Jun 10, 2024
1 parent 211b258 commit 5ab1df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
path: python-package/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python-package/dist

github-release:
name: >-
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "velocitas-lib"
dynamic = ["version"]
readme = "README.md"
dependencies = [
"requests >= 2.31.0",
"types-requests"
Expand Down

0 comments on commit 5ab1df5

Please sign in to comment.