We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0a3b4 commit 4cb09b8Copy full SHA for 4cb09b8
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ env:
13
SEMANTIC_RELEASE_PACKAGE: ${{ github.repository }}
14
PYTHON_RUNTIME_VERSION: "3.11"
15
APP_NAME: diode-sdk-python
16
- PYTHON_PACKAGE_NAME: netboxlabs-diode-sdk
+ PYTHON_PACKAGE_NAME: netboxlabs_diode_sdk
17
18
permissions:
19
id-token: write
@@ -157,10 +157,6 @@ jobs:
157
cat pyproject.toml | grep version
158
python3 -m pip install --upgrade build
159
python3 -m build --sdist --outdir dist/
160
- - name: Replace underscores with hyphens in build filename
161
- run: |
162
- BUILD_FILENAME=$(ls dist/ | grep tar.gz)
163
- mv dist/$BUILD_FILENAME dist/${{ env.OUTPUT_FILENAME }}
164
- name: Upload artifact
165
uses: actions/upload-artifact@v4
166
with:
0 commit comments