Skip to content

Commit 36696a8

Browse files
committed
chore: start using version increments on main
1 parent d5bf0cf commit 36696a8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/tag_and_publish_main.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -64,31 +64,9 @@ jobs:
6464
add: '["README.md"]'
6565
tag:
6666
needs: update_badges
67-
if: ${{github.event.repository.name == 'aind-library-template'}}
6867
uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main
6968
secrets:
7069
SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }}
71-
publish_pypi:
72-
needs: tag
73-
if: false
74-
runs-on: ubuntu-latest
75-
steps:
76-
- uses: actions/checkout@v3
77-
- name: Pull latest changes
78-
run: git pull origin main
79-
- name: Set up Python 3.12
80-
uses: actions/setup-python@v2
81-
with:
82-
python-version: '3.12'
83-
- name: Install dependencies
84-
run: |
85-
pip install --upgrade setuptools wheel twine build
86-
python -m build
87-
twine check dist/*
88-
- name: Publish on PyPI
89-
uses: pypa/gh-action-pypi-publish@release/v1
90-
with:
91-
password: ${{ secrets.AIND_PYPI_TOKEN }}
9270
publish_image:
9371
runs-on: ubuntu-latest
9472
steps:

0 commit comments

Comments
 (0)