diff --git a/Jenkinsfile b/Jenkinsfile index c8a4d830..6ecc041c 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { ARTIFACTORY_CREDS = "ARTIFACTORY_CREDENTIALS" ARTIFACTORY_PYPI_REPO = "LR_mbs-results" BUILD_BRANCH = "main" - BUILD_TAG = "*-release" + BUILD_TAG = "v*" } // Don't use default checkout process, as we define it as a stage below diff --git a/requirements.txt b/requirements.txt index aaf0efcc..f7c1c509 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ -# pydoop -# research_and_development==1.0.0 pandas==1.1.5 numpy diff --git a/setup.py b/setup.py index bc7bc20d..ac9b80ef 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="monthly-business-survey-results", - version="0.0.2", + version="0.0.3", description="Public Sector local Python downloads and preprocessing package", url="https://github.com/ONSdigital/monthly-business-survey-results", packages=find_packages(),