Skip to content

Commit 5702ad2

Browse files
committed
Bump Version 0.4.0
1 parent ee7b9c5 commit 5702ad2

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -115,28 +115,4 @@ jobs:
115115
packages-dir: artifact/
116116
- uses: pypa/gh-action-pypi-publish@release/v1
117117
with:
118-
packages-dir: artifact/
119-
120-
#---------------------------------------------------
121-
# Publish SuperDuper on DockerHub
122-
#---------------------------------------------------
123-
publish-docker:
124-
needs: ['publish-pypi']
125-
runs-on: ubuntu-latest
126-
steps:
127-
- name: Check out the repo
128-
uses: actions/checkout@v4
129-
130-
- name: Log in to Docker Hub
131-
uses: docker/login-action@v3
132-
with:
133-
username: ${{ secrets.DOCKER_USERNAME }}
134-
password: ${{ secrets.DOCKER_PASSWORD }}
135-
136-
- name: Build SuperDuper Image
137-
run: |
138-
make build_superduper
139-
140-
- name: Release SuperDuper Image
141-
run: |
142-
make push_superduper
118+
packages-dir: artifact/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "superduper"
6+
name = "superduper-framework"
77
description = "🔮 Bring AI to your favourite database 🔮"
88
readme = "README.md"
99
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)