Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
tfields
Commits
f3c13e07
Commit
f3c13e07
authored
Oct 11, 2020
by
dboe
Browse files
undoing publishing
parent
948e15a8
Pipeline
#83974
failed with stages
in 31 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3c13e07
...
...
@@ -28,7 +28,7 @@ before_script:
dist
:
stage
:
build
script
:
-
apt-get install gfortran libopenblas-dev liblapack-dev
-
apt-get install
-y
gfortran libopenblas-dev liblapack-dev
-
python setup.py bdist_wheel
# an alternative approach is to install and run:
-
pip install dist/*
...
...
@@ -38,6 +38,7 @@ dist:
-
dist/*.whl
expire_in
:
1h
only
:
-
master
-
tags
pages
:
...
...
docs/cookiecutter_input.json
View file @
f3c13e07
...
...
@@ -9,7 +9,7 @@
"email"
:
"dboe@ipp.mpg.de"
,
"keywords"
:
"tensors, tensor-fields, graphs, mesh, numpy, math"
,
"package_name"
:
"tfields"
,
"package_version"
:
"0.3.
4
"
,
"package_version"
:
"0.3.
2
"
,
"pypi_username"
:
"dboe"
,
"remote_namespace"
:
"dboe"
,
"remote_provider"
:
"gitlab.mpcdf.mpg.de"
,
...
...
setup.cfg
View file @
f3c13e07
[bumpversion]
current_version = 0.3.
4
current_version = 0.3.
2
tag = True
commit = True
message = release-v{new_version}
...
...
setup.py
View file @
f3c13e07
from
setuptools
import
setup
setup
(
version
=
"0.3.
4
"
)
setup
(
version
=
"0.3.
2
"
)
tfields/__init__.py
View file @
f3c13e07
...
...
@@ -2,7 +2,7 @@
__author__
=
"""Daniel Böckenhoff"""
__email__
=
"dboe@ipp.mpg.de"
__version__
=
"0.3.
4
"
__version__
=
"0.3.
2
"
# methods:
from
tfields.core
import
dim
,
rank
# NOQA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment