We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5702ad2 commit f148e87Copy full SHA for f148e87
.github/workflows/release.yaml
@@ -113,6 +113,10 @@ jobs:
113
with:
114
repository-url: https://test.pypi.org/legacy/
115
packages-dir: artifact/
116
+
117
+ - name: Remove unwanted files from dist
118
+ run: rm -f plugins/${{ matrix.plugin }}/dist/*.attestation
119
120
- uses: pypa/gh-action-pypi-publish@release/v1
121
122
VERSION
@@ -1 +1 @@
1
-0.4.0
+0.5.0.dev
superduper/__init__.py
@@ -9,7 +9,7 @@
9
10
logging = logger.Logging
11
12
-__version__ = '0.4.0'
+__version__ = '0.5.0.dev'
13
14
15
from .base.decorators import code
0 commit comments