From 91f4bec0f832a3944fa1ead6cca58028f0f4b76b Mon Sep 17 00:00:00 2001 From: Daniel Sissman Date: Tue, 8 Jul 2025 00:28:26 -0700 Subject: [PATCH] Packaging Improvements Fixed `python-publish.yml` file to reference the `deliciousbytes` library. --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d8b5df7..804ce13 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -43,7 +43,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: python-package-distributions - # name: enumerific-${{ github.event.release.name }} + # name: deliciousbytes-${{ github.event.release.name }} path: dist/ pypi-publish: @@ -60,7 +60,7 @@ jobs: # For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules environment: name: pypi - url: https://pypi.org/project/enumerific/${{ github.event.release.name }} + url: https://pypi.org/project/deliciousbytes/${{ github.event.release.name }} steps: - name: Retrieve release distributions