File: setupPatch.sh

package info (click to toggle)
psychopy 2023.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,456 kB
  • sloc: python: 126,213; javascript: 11,982; makefile: 152; sh: 120; xml: 9
file content (7 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

echo "DID YOU UPDATE THE CHANGELOG?"
python3.8 -c 'from building import createInitFile; createInitFile.createInitFile(dist="sdist")'
pdm build
python3.8 -c 'from building import createInitFile; createInitFile.createInitFile(dist=None)'
echo register with twine