Skip to content

Commit

Permalink
checking the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Aug 8, 2024
1 parent 8ab7d95 commit 48efea4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions python/packages/rsxml/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rm -rf dist/*
rm -fr build/*

# build new version
pip install wheel twine

python setup.py sdist bdist_wheel
twine check dist/*
Expand Down
3 changes: 0 additions & 3 deletions python/packages/rsxml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
url='https://github.com/Riverscapes/RiverscapesXML',
packages=[
'rsxml',
'rsxml.util',
'rsxml.dotenv',
'rsxml.rspaths',
'rsxml.logging',
'rsxml.debug',
'rsxml.project_xml'
Expand Down

0 comments on commit 48efea4

Please sign in to comment.