Skip to content

Commit 36f22e1

Browse files
committed
0.7.2
1 parent 70dcabe commit 36f22e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
if [ ! -d "past-0.7.2" ]; then
4242
wget https://master.dl.sourceforge.net/project/pocc/1.6/testing/modules/past-0.7.2.tar.gz
4343
tar -xvf past-0.7.2.tar.gz
44-
cp ../setup.py ./past-0.7.2/
45-
cp ../bindings.cpp ./past-0.7.2/src/
46-
cp ../Makefile.am ./past-0.7.2/src/
44+
cp setup.py ./past-0.7.2/
45+
cp bindings.cpp ./past-0.7.2/src/
46+
cp Makefile.am ./past-0.7.2/src/
4747
sed -i 's/\<restrict\>/__restrict__/g' ./past-0.7.2/past/include/past/abstract_interpretation_memory.h
4848
fi
4949
cd past-0.7.2

0 commit comments

Comments
 (0)