Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Sep 29, 2023
1 parent e3210ec commit 9134d60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/lightshow
url: https://pypi.org/project/lightshow/
permissions:
id-token: write

Expand All @@ -202,6 +202,8 @@ jobs:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://upload.pypi.org/legacy/

# build_and_publish_docs:
# name: Build and publish documentation via GitHub Pages
Expand Down

0 comments on commit 9134d60

Please sign in to comment.