Skip to content

Commit

Permalink
Merge pull request #3 from netboxlabs/develop
Browse files Browse the repository at this point in the history
Release: diode-sdk-python
  • Loading branch information
mfiedorowicz authored Jun 6, 2024
2 parents 1ff0234 + b7cb223 commit 63c586f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
path: ./dist/${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
path: dist/${{ env.PYTHON_PACKAGE_NAME }}-${{ env.BUILD_VERSION }}.tar.gz
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
packages-dir: dist

semantic-release:
name: Semantic release
Expand Down

0 comments on commit 63c586f

Please sign in to comment.