Skip to content

Commit

Permalink
Only release with github actions. (DigitalSlideArchive#1068)
Browse files Browse the repository at this point in the history
As part of building wheels, we were briefly releasing from CircleCI and
github actions.
  • Loading branch information
manthey authored Aug 30, 2023
1 parent 09eccce commit c03c852
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
37 changes: 0 additions & 37 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,28 +303,6 @@ jobs:
cd ..
python3 -m pip install histomicstk --pre --find-links project/wheels --find-links https://girder.github.io/large_image_wheels
python3 -c "import histomicstk"
release:
working_directory: ~/project
docker:
- image: cimg/python:3.9
- image: docker:git
steps:
- checkout
- setup_remote_docker
- run:
name: Setup virtual environment
command: |
if [ ! -d env ]; then python -m virtualenv env || python -m venv env; fi
echo ". $CIRCLE_WORKING_DIRECTORY/env/bin/activate" >> $BASH_ENV
- run:
name: Install python packages
command: pip install setuptools_scm twine
- run:
name: Build wheels
command: ./build_wheels.sh
- run:
name: Release to PyPi
command: twine upload --verbose --skip-existing wheels/* dist/*
docs-deploy:
working_directory: ~/project
docker:
Expand Down Expand Up @@ -411,21 +389,6 @@ workflows:
branches:
ignore:
- gh-pages
- release:
requires:
- py37
- py38
- py39
- py310
- py311
- lint_and_docs
- wheels
- docker
filters:
tags:
only: /^v.*/
branches:
only: master
- docs-deploy:
requires:
- py37
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,3 @@ jobs:
- name: List dist directory
run: ls dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit c03c852

Please sign in to comment.