File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments