From 2aea7e367a3c844a48749e3083c813e5157e9ba0 Mon Sep 17 00:00:00 2001 From: duibuqi Date: Wed, 10 Jan 2024 14:53:18 +0000 Subject: [PATCH] Update nPYc-PyPI-publish.yml change develop to master (develop branch removed) --- .github/workflows/nPYc-PyPI-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nPYc-PyPI-publish.yml b/.github/workflows/nPYc-PyPI-publish.yml index 9b282689..b5199c07 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