Skip to content

Commit

Permalink
Lowercase the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Aug 1, 2024
1 parent 97c106a commit 0085d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: "ubuntu-latest"
environment:
name: "testpypi"
url: https://test.pypi.org/project/NGOHub/${{ github.ref_name }}
url: https://test.pypi.org/project/ngohub/${{ github.ref_name }}

steps:
- name: "Download dists"
Expand All @@ -89,7 +89,7 @@ jobs:
# runs-on: "ubuntu-latest"
# environment:
# name: "publish"
# url: https://pypi.org/project/NGOHub/${{ github.ref_name }}
# url: https://pypi.org/project/ngohub/${{ github.ref_name }}
#
# steps:
# - name: "Download dists"
Expand Down

0 comments on commit 0085d27

Please sign in to comment.