From 5b501868f17b75402dcee076f4761c8ee81ffdd3 Mon Sep 17 00:00:00 2001 From: Flowcept CI Bot Date: Mon, 14 Nov 2022 13:26:53 +0000 Subject: [PATCH 1/5] Flowcept CI Bot: bumping version --- flowcept/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowcept/version.py b/flowcept/version.py index 766f12c7..48f370b0 100644 --- a/flowcept/version.py +++ b/flowcept/version.py @@ -2,4 +2,4 @@ # This file is supposed to be automatically modified by the CI Bot. # The expected format is: v.. # See .github/workflows/version_bumper.py -__version__ = "0.0.66" +__version__ = "0.0.dev6dev7dev" From ee9a53248e2e4a46d612cfa00d6b9bbee4a7e059 Mon Sep 17 00:00:00 2001 From: Renan Souza Date: Mon, 14 Nov 2022 08:28:55 -0500 Subject: [PATCH 2/5] Minor changes in gh actions --- .../workflows/create-release-n-publish.yml | 2 +- .github/workflows/python-publish.yml | 48 ------------------- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .github/workflows/python-publish.yml diff --git a/.github/workflows/create-release-n-publish.yml b/.github/workflows/create-release-n-publish.yml index 2300f9a7..51c3b539 100644 --- a/.github/workflows/create-release-n-publish.yml +++ b/.github/workflows/create-release-n-publish.yml @@ -1,4 +1,4 @@ -name: Create Release and Publish Package +name: Release and Publish on: push: branches: [ "main" ] diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml deleted file mode 100644 index 0dd90774..00000000 --- a/.github/workflows/python-publish.yml +++ /dev/null @@ -1,48 +0,0 @@ -# This workflow will upload a Python Package using Twine when a release is created -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: Upload Package - -on: - release: - types: [created] - -permissions: - contents: read - -jobs: - deploy: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Install pypa/build - run: >- - python -m - pip install - build - --user - - name: Build a binary wheel and a source tarball - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ - . - - name: Publish distribution to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution to PyPI - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} From 3336c193f11610825f1d984a09b7187b5f79f588 Mon Sep 17 00:00:00 2001 From: Flowcept CI Bot Date: Mon, 14 Nov 2022 13:29:08 +0000 Subject: [PATCH 3/5] Flowcept CI Bot: bumping version --- flowcept/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowcept/version.py b/flowcept/version.py index 48f370b0..17838c62 100644 --- a/flowcept/version.py +++ b/flowcept/version.py @@ -2,4 +2,4 @@ # This file is supposed to be automatically modified by the CI Bot. # The expected format is: v.. # See .github/workflows/version_bumper.py -__version__ = "0.0.dev6dev7dev" +__version__ = "0.0.dev7dev" From 3fbb59da82187ac01dce3e2c356549afbb395f1b Mon Sep 17 00:00:00 2001 From: Renan Souza Date: Mon, 14 Nov 2022 08:31:29 -0500 Subject: [PATCH 4/5] fix version --- flowcept/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowcept/version.py b/flowcept/version.py index 17838c62..630fa277 100644 --- a/flowcept/version.py +++ b/flowcept/version.py @@ -2,4 +2,4 @@ # This file is supposed to be automatically modified by the CI Bot. # The expected format is: v.. # See .github/workflows/version_bumper.py -__version__ = "0.0.dev7dev" +__version__ = "0.0.67dev" From 442e2c401bc894e7e752230a7d4b5bde9a6fda64 Mon Sep 17 00:00:00 2001 From: Flowcept CI Bot Date: Mon, 14 Nov 2022 13:31:44 +0000 Subject: [PATCH 5/5] Flowcept CI Bot: bumping version --- flowcept/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowcept/version.py b/flowcept/version.py index 630fa277..7d6cf04e 100644 --- a/flowcept/version.py +++ b/flowcept/version.py @@ -2,4 +2,4 @@ # This file is supposed to be automatically modified by the CI Bot. # The expected format is: v.. # See .github/workflows/version_bumper.py -__version__ = "0.0.67dev" +__version__ = "0.0.68dev"