Skip to content

Commit c579d29

Browse files
committed
fix requirements
1 parent d5c04f2 commit c579d29

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ conda convert -p osx-64 $(find build -name "falmeida-py*.tar.bz2")
99

1010
# upload osx
1111
anaconda upload $(find osx-64 -name "falmeida-py*.tar.bz2") --force
12-
( cd build && anaconda upload $(find linux-64 -name "falmeida-py*.tar.bz2") --force )
12+
anaconda upload $(find build/linux-64 -name "falmeida-py*.tar.bz2") --force
1313

1414
# rm dirs
1515
rm -rf build osx-64

pyproject.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)