Skip to content

Commit

Permalink
BGDIINF_SB-4114: Moved pypi publish workflow to codebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ltflb-bgdi committed Mar 8, 2024
1 parent 0799e90 commit 7497f7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,3 @@ jobs:
release:
uses: geoadmin/.github/.github/workflows/semver-release.yml@master

publish:
needs: release
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Build and Publish Package on PyPI
run: make publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ PR can be directly open on `master`. Then the PR title define the version bump a
- PR title and/or commit message contains `#patch` or head branch name starts with `bug-|hotfix-|bugfix-` => patch version is bumped
- Otherwise by default the minor version is bumped

Note that publish is done by `.github/workflow/semver.yml` and not by codebuild.

## Contribution

Every contribution to this library is welcome ! So if you find a bug or want to add a new feature everyone is welcome to open an [issue](https://github.com/geoadmin/lib-py-logging-utilities/issues) or created a [Pull Request](https://github.com/geoadmin/lib-py-logging-utilities/pulls).
Expand Down

0 comments on commit 7497f7d

Please sign in to comment.