Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Nov 21, 2024
1 parent 4822606 commit 3adbf21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/device-discovery-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Device Discovery Release
on:
workflow_dispatch:
pull_request:
push:
branches:
- "release"
Expand Down Expand Up @@ -167,10 +168,10 @@ jobs:
path: dist/${{ env.OUTPUT_FILENAME }}
retention-days: 30
if-no-files-found: error
- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
# - name: Publish release distributions to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# packages-dir: dist

semantic-release:
name: Semantic release
Expand Down

0 comments on commit 3adbf21

Please sign in to comment.