-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] trigger pypi build on tags only remove testpypi
- Loading branch information
1 parent
198e0b7
commit 4a3100e
Showing
6 changed files
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Configure the version of packaging files | ||
configure_file(conda/meta.yaml.in conda/meta.yaml) | ||
configure_file(pypi/MANIFEST.in pypi/MANIFEST.in COPYONLY) | ||
configure_file(pypi/pyproject.toml.in pypi/pyproject.toml) | ||
configure_file(solid_dmft-foss-2021b.eb.in solid_dmft-foss-2021b.eb) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% set version = "3.2.0" %} | ||
{% set version = "@PROJECT_VERSION@" %} | ||
|
||
package: | ||
name: solid_dmft | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ where = ["python"] | |
|
||
[project] | ||
name = "solid_dmft" | ||
version = "3.2.0" | ||
version = "@PROJECT_VERSION@" | ||
authors = [ | ||
{ name="Alexander Hampel", email="[email protected]" } | ||
] | ||
|
2 changes: 1 addition & 1 deletion
2
packaging/solid_dmft-3.2.0-foss-2021b.eb → packaging/solid_dmft-foss-2021b.eb.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters