diff --git a/.github/workflows/nPYc-PyPI-publish.yml b/.github/workflows/nPYc-PyPI-publish.yml index 9b28268..b5199c0 100644 --- a/.github/workflows/nPYc-PyPI-publish.yml +++ b/.github/workflows/nPYc-PyPI-publish.yml @@ -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 @@ -43,4 +43,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - skip_existing: true \ No newline at end of file + skip_existing: true