Skip to content

Commit

Permalink
[build] update pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Mar 19, 2024
1 parent 2e5ae49 commit 217ace6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPI
name: PyPI

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install pypa/build
Expand All @@ -27,7 +27,7 @@ jobs:
--user
- name: prepare python distribution
run: |
mkdir build && cd build
mkdir build && cd build
cmake ../
cp packaging/pypi/* ../
mv python/hartree_fock/version.py ../python/hartree_fock/version.py
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion packaging/pypi/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
]
description = "PROVIDE HERE A DESCRIPTION OF YOUR APPLICATION"
readme = "README.md"
keywords = [triqs"]
keywords = ["triqs", "hartree_fock"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 217ace6

Please sign in to comment.