Skip to content

Commit

Permalink
[build] move pypi to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Sep 25, 2023
1 parent f077d29 commit 12f427b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
pip install
build toml
--user
- name: copy version.in
- name: prepare python distribution
run: |
cp packaging/pypi/* ./
mkdir build && cd build
cmake ../
mv python/solid_dmft/version.py ../python/solid_dmft/version.py
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 12f427b

Please sign in to comment.