File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4343 run : |
4444 python -m pip install twine
4545 ls -1 dist
46- # twine upload --repository testpypi -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
47- twine upload -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
46+ twine upload --repository-url https://test.pypi.org/legacy/ -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
47+ # twine upload -u ${{ secrets.BOT_PYPI_USER }} -p ${{ secrets.BOT_PYPI_PASSWORD }} --skip-existing dist/*
4848
4949 - name : Publish wheel and source distributions as a GitHub release
5050 run : |
Original file line number Diff line number Diff line change 1616 [ #1557 ] ( https://github.com/NeurodataWithoutBorders/pynwb/pull/1557 )
1717- Minor fixes to test suite to prevent warnings. @rly
1818 [ #1571 ] ( https://github.com/NeurodataWithoutBorders/pynwb/pull/1571 )
19+ - Made build wheel python 3 only. @mavaylon1
20+ [ #1572 ] ( https://github.com/NeurodataWithoutBorders/pynwb/pull/1572 )
1921
2022## PyNWB 2.1.1 (September 1, 2022)
2123
Original file line number Diff line number Diff line change 1- [bdist_wheel]
2- universal = 1
31
42[versioneer]
53VCS = git
Original file line number Diff line number Diff line change 4444 'packages' : pkgs ,
4545 'package_dir' : {'' : 'src' },
4646 'package_data' : {'pynwb' : ["%s/*.yaml" % schema_dir , "%s/*.json" % schema_dir ]},
47+ 'python_requires' : '>=3.7' ,
4748 'classifiers' : [
4849 "Programming Language :: Python" ,
4950 "Programming Language :: Python :: 3.7" ,
You can’t perform that action at this time.
0 commit comments