Skip to content

Commit

Permalink
Update nPYc-PyPI-publish.yml
Browse files Browse the repository at this point in the history
change develop to master (develop branch removed)
  • Loading branch information
duibuqi committed Jan 10, 2024
1 parent 321a328 commit 2aea7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nPYc-PyPI-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
pip install .
git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch develop ../npc-standard-project
git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch master ../npc-standard-project
pip install -r requirements.txt
pip install xlrd
pip install coverage
Expand All @@ -43,4 +43,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
skip_existing: true

0 comments on commit 2aea7e3

Please sign in to comment.