Skip to content

Commit

Permalink
Remove github job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes committed Feb 6, 2023
1 parent 08b39d0 commit b61f9d6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@ jobs:
pip install twine
twine upload --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" dist/*.whl
github:
docker:
- image: udata/circleci:2-alpine
environment:
BASH_ENV: /root/.bashrc
steps:
- attach_workspace:
at: .
- run:
name: Upload github release
command: gh_release

workflows:
version: 2
build:
Expand Down Expand Up @@ -185,12 +173,3 @@ workflows:
tags:
only: /v[0-9]+(\.[0-9]+)*/
context: org-global
- github:
requires:
- dist
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*/
context: org-global

0 comments on commit b61f9d6

Please sign in to comment.